Auto merge of #4105 - birkenfeld:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 26 May 2017 14:05:10 +0000 (14:05 +0000)
committerbors <bors@rust-lang.org>
Fri, 26 May 2017 14:05:10 +0000 (14:05 +0000)
commitf3ff200ae8e59a9ab13e1ee542c0e1d56b267d33
tree2737279920e86ce8852775da50ab97182f6e26a3
parentb96038c418df0f28839997b1577ecc8ad550de74
parentdd8da8f5add1e44b3d0b7a503c8d482c5ea3a51c
Auto merge of #4105 - birkenfeld:master, r=alexcrichton

Do not output "Blocking - waiting for lock" with -q

This is not an error, so it should not be printed unconditionally
to stderr.  Since it can appear intermittently (e.g. due to editor
integration calling build every now and then) it will disturb
things that expect exact output from cargo (e.g. test suites).